home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-12-03 | 674 b | 27 lines | [TEXT/MPS ] |
- # MakeFile - Make instructions for assembly language examples.
- #
- # Copyright Apple Computer, Inc. 1986-1991
- # All rights reserved.
- #
- # This makefile builds a '32-bit everything' Assembler version of
- # the MPW Tool 'count'.
- # The sample MPW Tool: Count
-
- Count ƒƒ Count.r
- Rez Count.r -o Count -append
- Count ƒƒ Count.a.o FStubs.a.o
- Link -w -model far -c 'MPS ' -t MPST Count.a.o FStubs.a.o ∂
- -sn INTENV=Main ∂
- -sn %A5Init=Main ∂
- "{Libraries}"Stubs.o ∂
- "{Libraries}"MacRuntime.o ∂
- "{Libraries}"IntEnv.o ∂
- "{Libraries}"ToolLibs.o ∂
- "{Libraries}"Interface.o ∂
- -o Count
- Count.a.o ƒ Count.a
- Asm -model far Count.a
- FStubs.a.o ƒ FStubs.a
- Asm FStubs.a
-
-